'Declaration Public Function TagGetName( _ ByVal ImageID As Integer, _ ByVal TagNo As Integer _ ) As String
'Declaration
Public Function TagGetName( _ ByVal ImageID As Integer, _ ByVal TagNo As Integer _ ) As String
public string TagGetName( int ImageID, int TagNo )
public function TagGetName( ImageID: Integer; TagNo: Integer ): String;
public function TagGetName( ImageID : int, TagNo : int ) : String;
public: string* TagGetName( int ImageID, int TagNo )
public: String^ TagGetName( int ImageID, int TagNo )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging GdPictureImaging Members